-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Filebeat] Add Proxy config to httpjson v2 #24662
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! On top of the suggested changes, an entry in the CHANGELOG.next.asciidoc
is required, under the Bugfixes -> Filebeat section.
Let us know if you need any help to move forward.
83c95b1
to
5c88312
Compare
Should I add the |
96f1bec
to
4a90fa3
Compare
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, LGTM. Thanks!
@marc-gr Can you check this too please.
jenkins, test this |
dba9626
to
3b35ea4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the changes! It LGTM except for the changelog line, LMK if you need any help with that 👍
run tests |
jenkins, run tests |
run tests |
Adds a `proxy_url` config option to the httpjson v2 input. Updates all httpjson based modules to support proxy_url. Fixes elastic#24615. Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co> (cherry picked from commit 9a5f5d0)
What does this PR do?
Adds a
proxy_url
config option to the httpjson v2 input. Potentially resolves 24615.Why is it important?
No way to specify a proxy to use for the httpjson v2 input.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Resolves #24615